home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / textual / zapemail / ReadMe next >
Text File  |  1995-02-15  |  4KB  |  99 lines

  1. This file documents the ZapEmail v0.01
  2. ======================================
  3.  
  4. The ZapEmail module adds a new mode to Zap which makes Zap easier to use composing
  5. e-mail and news in conjuction with !TTFN. At the moment it is very primitive, but it
  6. is useful. I'm open to suggestions for additions or improvements.
  7.  
  8.  
  9. What does it do?
  10. ================
  11.  
  12. When !TTFN starts up Zap for you to compose mail or news, Zap/ZapEmail will change
  13. into the new e-mail mode with the cursor placed a couple of lines *after* the message
  14. header. This lets you start typing your message straight away without first having to
  15. move the cursor. This isn't a huge benefit, but it can save a little frustration ...
  16. how many times have you accidentally messed up your message header and had to hit F8
  17. or start all over again?
  18.  
  19. A second, less obvious, bonus is that, since this is a seperate mode, you can set up
  20. things like display width independently of the settings you have for editing ordinary
  21. text files. Eighty characters is about right for mail and news, but if you're using a
  22. wide screen mode, you may well want to edit other other files at larger settings.
  23. Having a special set of options for mail means that you don't have to fiddle around
  24. with Zap's configuration menus.
  25.  
  26. It would be nice if this worked for word-wrap, but unfortunately Zap doesn't set that
  27. up mode dependently at the moment.
  28.  
  29.  
  30. Installation
  31. ============
  32.  
  33. You must have version 1.20 or later of Zap to use ZapEmail.
  34.  
  35. 1. Copy the ZapEmail module into the !Zap directory
  36.  
  37. 2. In Zap's '!Run' file, add the line,
  38.  
  39.      RMLoad <Zap$Dir>.ZapEmail
  40.  
  41.    Somewhere after the line:
  42.  
  43.      RMLoad <Zap$Dir>.ZapBasic
  44.  
  45. 3. In Zap's 'Keys' file find the group of lines that begin with &500. Add the line,
  46.  
  47.      &5xx      &FFF   \#\*.TTFN_Work   +Email
  48.  
  49.    at the end of that block, where 5xx is a number different from the other &500's
  50.    already in use.
  51.  
  52.    If you want Zap to switch into e-mail mode when you click on outgoing news and
  53.    mail in your !TCPIPUser.MailDir.Spool.MQueue or .NewsQueue.Articles directories
  54.    (which you might do if you post something, and then realise that you made a
  55.    mistake which you want to edit quickly) then add the lines,
  56.  
  57.      &5xx+1    &FFF   \#\*.MailDir.Spool.MQueue.\o\*              +Email
  58.      &5xx+2    &FFF   \#\*.MailDir.Spool.NewsQueue.Articles.\o\*  +EMail
  59.  
  60.    as well (thanks to Tim Gladding for this suggestion).
  61.  
  62.    If you haven't already done it, you might like to have a key bound to
  63.    QUICKSAVE:CLOSEWINDOW. This will save your mail without a prompt and close Zap's
  64.    window in one go. TTFN will then open its confirm dialogue box immediately. I have
  65.    this sequence bound to shift-ctrl-F3 like so,
  66.  
  67.      scF3      &1B3   QUICKSAVE:CLOSEWINDOW
  68.  
  69.    but you can have it on any key you like ... see Zap's !Help file for details.
  70.  
  71. 4. Quit Zap and restart it.
  72.  
  73. From now on TTFN will use the new mode.
  74.  
  75.  
  76. Contacting the author
  77. =====================
  78.  
  79. Bug reports, comments and suggestions always welcome. Please make your own
  80. improvements and mail me the results.
  81.  
  82. e-mail: ms10010@cus.cam.ac.uk
  83.  
  84.  
  85. Legal stuff
  86. ===========
  87.  
  88. The ZapEmail module and its source are public domain ... feel free to modify it,
  89. improve it and pass it on to anyone who wants it.
  90.  
  91. No warranty, express or implied, of the merchantability of this software or its
  92. fitness for any particular purpose is given. In no circumstances shall the author, or
  93. any provider or distributor of this software, be liable for any damage, loss of
  94. profits, or any indirect or consequential loss arising out of the use of, or
  95. inability to use, this software.
  96.  
  97. Miles Sabin, February 1995
  98.  
  99.